Html Css Color HEX #37853D Japanese Laurel

📋 copy color: '#37853D'

red 55 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #37853D

Tints of Japanese Laurel #37853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 22.09%
G = 53.41%
B = 24.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#37853D (or 0x37853D) is known color: Japanese Laurel. HEX triplet: 37, 85 and 3D. RGB value is (55,133,61). Sum of RGB (Red+Green+Blue) = 55+133+61=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 133 (52.34% from 255 or 53.41% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 133 - color contains mainly: green. Hex color #37853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37853D is #C87AC2. Grayscale: #656565. Windows color (decimal): -13138627 or 4031799. OLE color: 4031799.

HSL color Cylindrical-coordinate representation of color #37853D: hue angle of 124.62º 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 #37853D is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 61 -
CMYK 0.59 0 0.54 0.48
HSL 124.62º 0.41% 0.37% -
HSV(B) 124.62º 0.59% 0.52% -
XYZ 10.81 17.92 7.31 -
YUV 101.47 105.16 94.85 -
System Red Green Blue C M Y K H S L
Decimal 55 133 61 0.59 0 0.54 0.48 124.62 0.41 0.37
Hex 37 85 3D 3B 0 36 30 7D 29 25
Octal 67 205 75 73 0 66 60 175 51 45
Binary 110111 10000101 111101 111011 0 110110 110000 1111101 101001 100101

Color Harmonies of #37853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37853D

Black with #37853D

Text Example


Text Example

White with #37853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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