Html Css Color HEX #378432 Japanese Laurel

📋 copy color: '#378432'

red 55 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #378432

Tints of Japanese Laurel #378432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 23.21%
G = 55.7%
B = 21.1%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#378432 (or 0x378432) is known color: Japanese Laurel. HEX triplet: 37, 84 and 32. RGB value is (55,132,50). Sum of RGB (Red+Green+Blue) = 55+132+50=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #378432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378432 is #C87BCD. Grayscale: #636363. Windows color (decimal): -13138894 or 3310647. OLE color: 3310647.

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

Color convert

RGB 55 132 50 -
CMYK 0.58 0 0.62 0.48
HSL 116.34º 0.45% 0.36% -
HSV(B) 116.34º 0.62% 0.52% -
XYZ 10.4 17.55 5.86 -
YUV 99.63 99.99 96.17 -
System Red Green Blue C M Y K H S L
Decimal 55 132 50 0.58 0 0.62 0.48 116.34 0.45 0.36
Hex 37 84 32 3A 0 3E 30 74 2D 24
Octal 67 204 62 72 0 76 60 164 55 44
Binary 110111 10000100 110010 111010 0 111110 110000 1110100 101101 100100

Color Harmonies of #378432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378432

Black with #378432

Text Example


Text Example

White with #378432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378432; }

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

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

background-color css

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

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

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

border-color css

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

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

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