Html Css Color HEX #378033 Japanese Laurel

📋 copy color: '#378033'

red 55 ◦ green 128 ◦ blue 51

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

Shades of Japanese Laurel #378033

Tints of Japanese Laurel #378033

RGB

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

 GREEN value IS 128 (50.39% from 255) = 54.7%

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

R = 23.5%
G = 54.7%
B = 21.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#378033 (or 0x378033) is known color: Japanese Laurel. HEX triplet: 37, 80 and 33. RGB value is (55,128,51). Sum of RGB (Red+Green+Blue) = 55+128+51=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #378033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378033 is #C87FCC. Grayscale: #616161. Windows color (decimal): -13139917 or 3375159. OLE color: 3375159.

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

Color convert

RGB 55 128 51 -
CMYK 0.57 0 0.60 0.50
HSL 116.88º 0.43% 0.35% -
HSV(B) 116.88º 0.6% 0.5% -
XYZ 9.89 16.49 5.79 -
YUV 97.4 101.82 97.76 -
System Red Green Blue C M Y K H S L
Decimal 55 128 51 0.57 0 0.60 0.50 116.88 0.43 0.35
Hex 37 80 33 39 0 3C 32 75 2B 23
Octal 67 200 63 71 0 74 62 165 53 43
Binary 110111 10000000 110011 111001 0 111100 110010 1110101 101011 100011

Color Harmonies of #378033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378033

Black with #378033

Text Example


Text Example

White with #378033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378033; }

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

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

background-color css

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

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

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

border-color css

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

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

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