Html Css Color HEX #358542 Japanese Laurel

📋 copy color: '#358542'

red 53 ◦ green 133 ◦ blue 66

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

Shades of Japanese Laurel #358542

Tints of Japanese Laurel #358542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

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

R = 21.03%
G = 52.78%
B = 26.19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#358542 (or 0x358542) is known color: Japanese Laurel. HEX triplet: 35, 85 and 42. RGB value is (53,133,66). Sum of RGB (Red+Green+Blue) = 53+133+66=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #358542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358542 is #CA7ABD. Grayscale: #656565. Windows color (decimal): -13269694 or 4359477. OLE color: 4359477.

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

Color convert

RGB 53 133 66 -
CMYK 0.60 0 0.50 0.48
HSL 129.75º 0.43% 0.36% -
HSV(B) 129.75º 0.6% 0.52% -
XYZ 10.84 17.93 8.04 -
YUV 101.44 108 93.45 -
System Red Green Blue C M Y K H S L
Decimal 53 133 66 0.60 0 0.50 0.48 129.75 0.43 0.36
Hex 35 85 42 3C 0 32 30 82 2B 24
Octal 65 205 102 74 0 62 60 202 53 44
Binary 110101 10000101 1000010 111100 0 110010 110000 10000010 101011 100100

Color Harmonies of #358542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358542

Black with #358542

Text Example


Text Example

White with #358542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358542; }

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

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

background-color css

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

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

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

border-color css

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

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

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