Html Css Color HEX #358B37 Japanese Laurel

📋 copy color: '#358B37'

red 53 ◦ green 139 ◦ blue 55

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

Shades of Japanese Laurel #358B37

Tints of Japanese Laurel #358B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.28%

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 21.46%
G = 56.28%
B = 22.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#358B37 (or 0x358B37) is known color: Japanese Laurel. HEX triplet: 35, 8B and 37. RGB value is (53,139,55). Sum of RGB (Red+Green+Blue) = 53+139+55=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 139 (54.69% from 255 or 56.28% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 139 - color contains mainly: green. Hex color #358B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358B37 is #CA74C8. Grayscale: #676767. Windows color (decimal): -13268169 or 3640117. OLE color: 3640117.

HSL color Cylindrical-coordinate representation of color #358B37: hue angle of 121.4º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B37 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 139 55 -
CMYK 0.62 0 0.60 0.45
HSL 121.4º 0.45% 0.38% -
HSV(B) 121.4º 0.62% 0.55% -
XYZ 11.39 19.5 6.78 -
YUV 103.71 100.51 91.83 -
System Red Green Blue C M Y K H S L
Decimal 53 139 55 0.62 0 0.60 0.45 121.4 0.45 0.38
Hex 35 8B 37 3E 0 3C 2D 79 2D 26
Octal 65 213 67 76 0 74 55 171 55 46
Binary 110101 10001011 110111 111110 0 111100 101101 1111001 101101 100110

Color Harmonies of #358B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358B37

Black with #358B37

Text Example


Text Example

White with #358B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358B37; }

 p { color: rgb(53,139,55); }

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

background-color css

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

 a { background-color: rgb(53,139,55); }

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

border-color css

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

 span { border-color: rgb(53,139,55); }

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