Html Css Color HEX #358042 Japanese Laurel

📋 copy color: '#358042'

red 53 ◦ green 128 ◦ blue 66

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

Shades of Japanese Laurel #358042

Tints of Japanese Laurel #358042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.82%

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

R = 21.46%
G = 51.82%
B = 26.72%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#358042 (or 0x358042) is known color: Japanese Laurel. HEX triplet: 35, 80 and 42. RGB value is (53,128,66). Sum of RGB (Red+Green+Blue) = 53+128+66=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #358042 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358042 is #CA7FBD. Grayscale: #626262. Windows color (decimal): -13270974 or 4358197. OLE color: 4358197.

HSL color Cylindrical-coordinate representation of color #358042: hue angle of 130.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358042 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 66 -
CMYK 0.59 0 0.48 0.50
HSL 130.4º 0.41% 0.35% -
HSV(B) 130.4º 0.59% 0.5% -
XYZ 10.17 16.59 7.82 -
YUV 98.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 53 128 66 0.59 0 0.48 0.50 130.4 0.41 0.35
Hex 35 80 42 3B 0 30 32 82 29 23
Octal 65 200 102 73 0 60 62 202 51 43
Binary 110101 10000000 1000010 111011 0 110000 110010 10000010 101001 100011

Color Harmonies of #358042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358042

Black with #358042

Text Example


Text Example

White with #358042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358042; }

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

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

background-color css

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

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

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

border-color css

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

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

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