Html Css Color HEX #378133 Japanese Laurel

📋 copy color: '#378133'

red 55 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #378133

Tints of Japanese Laurel #378133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 23.4%
G = 54.89%
B = 21.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#378133 (or 0x378133) is known color: Japanese Laurel. HEX triplet: 37, 81 and 33. RGB value is (55,129,51). Sum of RGB (Red+Green+Blue) = 55+129+51=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #378133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378133 is #C87ECC. Grayscale: #626262. Windows color (decimal): -13139661 or 3375415. OLE color: 3375415.

HSL color Cylindrical-coordinate representation of color #378133: hue angle of 116.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378133 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 51 -
CMYK 0.57 0 0.60 0.49
HSL 116.92º 0.43% 0.35% -
HSV(B) 116.92º 0.6% 0.51% -
XYZ 10.02 16.75 5.84 -
YUV 97.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 55 129 51 0.57 0 0.60 0.49 116.92 0.43 0.35
Hex 37 81 33 39 0 3C 31 75 2B 23
Octal 67 201 63 71 0 74 61 165 53 43
Binary 110111 10000001 110011 111001 0 111100 110001 1110101 101011 100011

Color Harmonies of #378133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378133

Black with #378133

Text Example


Text Example

White with #378133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378133; }

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

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

background-color css

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

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

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

border-color css

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

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

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