Html Css Color HEX #33803C Japanese Laurel

📋 copy color: '#33803C'

red 51 ◦ green 128 ◦ blue 60

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

Shades of Japanese Laurel #33803C

Tints of Japanese Laurel #33803C

RGB

 RED value IS 51 (20.31% from 255) = 21.34%

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

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 21.34%
G = 53.56%
B = 25.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#33803C (or 0x33803C) is known color: Japanese Laurel. HEX triplet: 33, 80 and 3C. RGB value is (51,128,60). Sum of RGB (Red+Green+Blue) = 51+128+60=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 128 (50.39% from 255 or 53.56% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 128 - color contains mainly: green. Hex color #33803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33803C is #CC7FC3. Grayscale: #616161. Windows color (decimal): -13402052 or 3964979. OLE color: 3964979.

HSL color Cylindrical-coordinate representation of color #33803C: hue angle of 127.01º 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 #33803C is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 60 -
CMYK 0.60 0 0.53 0.50
HSL 127.01º 0.43% 0.35% -
HSV(B) 127.01º 0.6% 0.5% -
XYZ 9.9 16.47 6.93 -
YUV 97.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 51 128 60 0.60 0 0.53 0.50 127.01 0.43 0.35
Hex 33 80 3C 3C 0 35 32 7F 2B 23
Octal 63 200 74 74 0 65 62 177 53 43
Binary 110011 10000000 111100 111100 0 110101 110010 1111111 101011 100011

Color Harmonies of #33803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33803C

Black with #33803C

Text Example


Text Example

White with #33803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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