Html Css Color HEX #37853B Japanese Laurel

📋 copy color: '#37853B'

red 55 ◦ green 133 ◦ blue 59

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

Shades of Japanese Laurel #37853B

Tints of Japanese Laurel #37853B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.89%

R = 22.27%
G = 53.85%
B = 23.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#37853B (or 0x37853B) is known color: Japanese Laurel. HEX triplet: 37, 85 and 3B. RGB value is (55,133,59). Sum of RGB (Red+Green+Blue) = 55+133+59=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #37853B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37853B is #C87AC4. Grayscale: #656565. Windows color (decimal): -13138629 or 3900727. OLE color: 3900727.

HSL color Cylindrical-coordinate representation of color #37853B: hue angle of 123.08º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37853B is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 59 -
CMYK 0.59 0 0.56 0.48
HSL 123.08º 0.41% 0.37% -
HSV(B) 123.08º 0.59% 0.52% -
XYZ 10.75 17.9 7.03 -
YUV 101.24 104.16 95.02 -
System Red Green Blue C M Y K H S L
Decimal 55 133 59 0.59 0 0.56 0.48 123.08 0.41 0.37
Hex 37 85 3B 3B 0 38 30 7B 29 25
Octal 67 205 73 73 0 70 60 173 51 45
Binary 110111 10000101 111011 111011 0 111000 110000 1111011 101001 100101

Color Harmonies of #37853B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37853B

Black with #37853B

Text Example


Text Example

White with #37853B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37853B; }

 p { color: rgb(55,133,59); }

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

background-color css

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

 a { background-color: rgb(55,133,59); }

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

border-color css

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

 span { border-color: rgb(55,133,59); }

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