Html Css Color HEX #37863F Japanese Laurel

📋 copy color: '#37863F'

red 55 ◦ green 134 ◦ blue 63

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

Shades of Japanese Laurel #37863F

Tints of Japanese Laurel #37863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 53.17%

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

R = 21.83%
G = 53.17%
B = 25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#37863F (or 0x37863F) is known color: Japanese Laurel. HEX triplet: 37, 86 and 3F. RGB value is (55,134,63). Sum of RGB (Red+Green+Blue) = 55+134+63=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #37863F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37863F is #C879C0. Grayscale: #666666. Windows color (decimal): -13138369 or 4163127. OLE color: 4163127.

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

Color convert

RGB 55 134 63 -
CMYK 0.59 0 0.53 0.47
HSL 126.08º 0.42% 0.37% -
HSV(B) 126.08º 0.59% 0.53% -
XYZ 11 18.22 7.64 -
YUV 102.29 105.83 94.27 -
System Red Green Blue C M Y K H S L
Decimal 55 134 63 0.59 0 0.53 0.47 126.08 0.42 0.37
Hex 37 86 3F 3B 0 35 2F 7E 2A 25
Octal 67 206 77 73 0 65 57 176 52 45
Binary 110111 10000110 111111 111011 0 110101 101111 1111110 101010 100101

Color Harmonies of #37863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37863F

Black with #37863F

Text Example


Text Example

White with #37863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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