Html Css Color HEX #378332 Japanese Laurel

📋 copy color: '#378332'

red 55 ◦ green 131 ◦ blue 50

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

Shades of Japanese Laurel #378332

Tints of Japanese Laurel #378332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

 BLUE value IS 50 (19.92% from 255) = 21.19%

R = 23.31%
G = 55.51%
B = 21.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#378332 (or 0x378332) is known color: Japanese Laurel. HEX triplet: 37, 83 and 32. RGB value is (55,131,50). Sum of RGB (Red+Green+Blue) = 55+131+50=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #378332 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378332 is #C87CCD. Grayscale: #636363. Windows color (decimal): -13139150 or 3310391. OLE color: 3310391.

HSL color Cylindrical-coordinate representation of color #378332: hue angle of 116.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378332 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 50 -
CMYK 0.58 0 0.62 0.49
HSL 116.3º 0.45% 0.35% -
HSV(B) 116.3º 0.62% 0.51% -
XYZ 10.27 17.28 5.81 -
YUV 99.04 100.32 96.59 -
System Red Green Blue C M Y K H S L
Decimal 55 131 50 0.58 0 0.62 0.49 116.3 0.45 0.35
Hex 37 83 32 3A 0 3E 31 74 2D 23
Octal 67 203 62 72 0 76 61 164 55 43
Binary 110111 10000011 110010 111010 0 111110 110001 1110100 101101 100011

Color Harmonies of #378332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378332

Black with #378332

Text Example


Text Example

White with #378332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378332; }

 p { color: rgb(55,131,50); }

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

background-color css

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

 a { background-color: rgb(55,131,50); }

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

border-color css

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

 span { border-color: rgb(55,131,50); }

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