Html Css Color HEX #358242 Japanese Laurel

📋 copy color: '#358242'

red 53 ◦ green 130 ◦ blue 66

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

Shades of Japanese Laurel #358242

Tints of Japanese Laurel #358242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.21%

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

R = 21.29%
G = 52.21%
B = 26.51%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#358242 (or 0x358242) is known color: Japanese Laurel. HEX triplet: 35, 82 and 42. RGB value is (53,130,66). Sum of RGB (Red+Green+Blue) = 53+130+66=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 130 (51.17% from 255 or 52.21% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 130 - color contains mainly: green. Hex color #358242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358242 is #CA7DBD. Grayscale: #636363. Windows color (decimal): -13270462 or 4358709. OLE color: 4358709.

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

Color convert

RGB 53 130 66 -
CMYK 0.59 0 0.49 0.49
HSL 130.13º 0.42% 0.36% -
HSV(B) 130.13º 0.59% 0.51% -
XYZ 10.43 17.12 7.91 -
YUV 99.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 53 130 66 0.59 0 0.49 0.49 130.13 0.42 0.36
Hex 35 82 42 3B 0 31 31 82 2A 24
Octal 65 202 102 73 0 61 61 202 52 44
Binary 110101 10000010 1000010 111011 0 110001 110001 10000010 101010 100100

Color Harmonies of #358242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358242

Black with #358242

Text Example


Text Example

White with #358242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358242; }

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

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

background-color css

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

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

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

border-color css

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

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

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