Html Css Color HEX #378431 Japanese Laurel

📋 copy color: '#378431'

red 55 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #378431

Tints of Japanese Laurel #378431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.76%

R = 23.31%
G = 55.93%
B = 20.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#378431 (or 0x378431) is known color: Japanese Laurel. HEX triplet: 37, 84 and 31. RGB value is (55,132,49). Sum of RGB (Red+Green+Blue) = 55+132+49=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #378431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378431 is #C87BCE. Grayscale: #636363. Windows color (decimal): -13138895 or 3245111. OLE color: 3245111.

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

Color convert

RGB 55 132 49 -
CMYK 0.58 0 0.63 0.48
HSL 115.66º 0.46% 0.35% -
HSV(B) 115.66º 0.63% 0.52% -
XYZ 10.38 17.54 5.74 -
YUV 99.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 55 132 49 0.58 0 0.63 0.48 115.66 0.46 0.35
Hex 37 84 31 3A 0 3F 30 74 2E 23
Octal 67 204 61 72 0 77 60 164 56 43
Binary 110111 10000100 110001 111010 0 111111 110000 1110100 101110 100011

Color Harmonies of #378431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378431

Black with #378431

Text Example


Text Example

White with #378431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378431; }

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

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

background-color css

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

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

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

border-color css

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

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

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