Html Css Color HEX #358342 Japanese Laurel

📋 copy color: '#358342'

red 53 ◦ green 131 ◦ blue 66

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

Shades of Japanese Laurel #358342

Tints of Japanese Laurel #358342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 21.2%
G = 52.4%
B = 26.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#358342 (or 0x358342) is known color: Japanese Laurel. HEX triplet: 35, 83 and 42. RGB value is (53,131,66). Sum of RGB (Red+Green+Blue) = 53+131+66=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #358342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358342 is #CA7CBD. Grayscale: #646464. Windows color (decimal): -13270206 or 4358965. OLE color: 4358965.

HSL color Cylindrical-coordinate representation of color #358342: hue angle of 130º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358342 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 131 66 -
CMYK 0.60 0 0.50 0.49
HSL 130º 0.42% 0.36% -
HSV(B) 130º 0.6% 0.51% -
XYZ 10.57 17.38 7.95 -
YUV 100.27 108.66 94.29 -
System Red Green Blue C M Y K H S L
Decimal 53 131 66 0.60 0 0.50 0.49 130 0.42 0.36
Hex 35 83 42 3C 0 32 31 82 2A 24
Octal 65 203 102 74 0 62 61 202 52 44
Binary 110101 10000011 1000010 111100 0 110010 110001 10000010 101010 100100

Color Harmonies of #358342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358342

Black with #358342

Text Example


Text Example

White with #358342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358342; }

 p { color: rgb(53,131,66); }

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

background-color css

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

 a { background-color: rgb(53,131,66); }

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

border-color css

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

 span { border-color: rgb(53,131,66); }

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