Html Css Color HEX #358841 Japanese Laurel

📋 copy color: '#358841'

red 53 ◦ green 136 ◦ blue 65

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

Shades of Japanese Laurel #358841

Tints of Japanese Laurel #358841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.54%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 20.87%
G = 53.54%
B = 25.59%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#358841 (or 0x358841) is known color: Japanese Laurel. HEX triplet: 35, 88 and 41. RGB value is (53,136,65). Sum of RGB (Red+Green+Blue) = 53+136+65=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 136 (53.52% from 255 or 53.54% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 136 - color contains mainly: green. Hex color #358841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358841 is #CA77BE. Grayscale: #676767. Windows color (decimal): -13268927 or 4294709. OLE color: 4294709.

HSL color Cylindrical-coordinate representation of color #358841: hue angle of 128.67º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358841 is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 65 -
CMYK 0.61 0 0.52 0.47
HSL 128.67º 0.44% 0.37% -
HSV(B) 128.67º 0.61% 0.53% -
XYZ 11.23 18.75 8.03 -
YUV 103.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 53 136 65 0.61 0 0.52 0.47 128.67 0.44 0.37
Hex 35 88 41 3D 0 34 2F 81 2C 25
Octal 65 210 101 75 0 64 57 201 54 45
Binary 110101 10001000 1000001 111101 0 110100 101111 10000001 101100 100101

Color Harmonies of #358841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358841

Black with #358841

Text Example


Text Example

White with #358841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358841; }

 p { color: rgb(53,136,65); }

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

background-color css

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

 a { background-color: rgb(53,136,65); }

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

border-color css

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

 span { border-color: rgb(53,136,65); }

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