Html Css Color HEX #358F39 Japanese Laurel

📋 copy color: '#358F39'

red 53 ◦ green 143 ◦ blue 57

#358F39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #358F39

Tints of Japanese Laurel #358F39

RGB

 RED value IS 53 (21.09% from 255) = 20.95%

 GREEN value IS 143 (56.25% from 255) = 56.52%

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 20.95%
G = 56.52%
B = 22.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#358F39 (or 0x358F39) is known color: Japanese Laurel. HEX triplet: 35, 8F and 39. RGB value is (53,143,57). Sum of RGB (Red+Green+Blue) = 53+143+57=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #358F39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F39 is #CA70C6. Grayscale: #6A6A6A. Windows color (decimal): -13267143 or 3772213. OLE color: 3772213.

HSL color Cylindrical-coordinate representation of color #358F39: hue angle of 122.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F39 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 57 -
CMYK 0.63 0 0.60 0.44
HSL 122.67º 0.46% 0.38% -
HSV(B) 122.67º 0.63% 0.56% -
XYZ 12.03 20.7 7.23 -
YUV 106.29 100.18 89.99 -
System Red Green Blue C M Y K H S L
Decimal 53 143 57 0.63 0 0.60 0.44 122.67 0.46 0.38
Hex 35 8F 39 3F 0 3C 2C 7B 2E 26
Octal 65 217 71 77 0 74 54 173 56 46
Binary 110101 10001111 111001 111111 0 111100 101100 1111011 101110 100110

Color Harmonies of #358F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F39

Black with #358F39

Text Example


Text Example

White with #358F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358F39; }

 p { color: rgb(53,143,57); }

 H1.HeaderClassName
 {
   color: #358F39;
 }
 .AnyTagClassName
 {
   color: #358F39;
 }
</style>

background-color css

<style>
 a { background-color: #358F39; }

 a { background-color: rgb(53,143,57); }

 div.DivClassName
 {
   background-color: #358F39;
 }
 .BgClassName
 {
   background-color: #358F39;
 }
</style>

border-color css

<style>
 span { border-color: #358F39; }

 span { border-color: rgb(53,143,57); }

 td.TdClassName
 {
   border-color: #358F39;
 }
 .TagClassName
 {
   border-color: #358F39;
 }
</style>