Html Css Color HEX #37813F Japanese Laurel

📋 copy color: '#37813F'

red 55 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #37813F

Tints of Japanese Laurel #37813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.23%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 22.27%
G = 52.23%
B = 25.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#37813F (or 0x37813F) is known color: Japanese Laurel. HEX triplet: 37, 81 and 3F. RGB value is (55,129,63). Sum of RGB (Red+Green+Blue) = 55+129+63=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #37813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37813F is #C87EC0. Grayscale: #636363. Windows color (decimal): -13139649 or 4161847. OLE color: 4161847.

HSL color Cylindrical-coordinate representation of color #37813F: hue angle of 126.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37813F is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 63 -
CMYK 0.57 0 0.51 0.49
HSL 126.49º 0.4% 0.36% -
HSV(B) 126.49º 0.57% 0.51% -
XYZ 10.32 16.87 7.42 -
YUV 99.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 55 129 63 0.57 0 0.51 0.49 126.49 0.4 0.36
Hex 37 81 3F 39 0 33 31 7E 28 24
Octal 67 201 77 71 0 63 61 176 50 44
Binary 110111 10000001 111111 111001 0 110011 110001 1111110 101000 100100

Color Harmonies of #37813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37813F

Black with #37813F

Text Example


Text Example

White with #37813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37813F; }

 p { color: rgb(55,129,63); }

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

background-color css

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

 a { background-color: rgb(55,129,63); }

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

border-color css

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

 span { border-color: rgb(55,129,63); }

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