Html Css Color HEX #33803F Japanese Laurel

📋 copy color: '#33803F'

red 51 ◦ green 128 ◦ blue 63

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

Shades of Japanese Laurel #33803F

Tints of Japanese Laurel #33803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 21.07%
G = 52.89%
B = 26.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#33803F (or 0x33803F) is known color: Japanese Laurel. HEX triplet: 33, 80 and 3F. RGB value is (51,128,63). Sum of RGB (Red+Green+Blue) = 51+128+63=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #33803F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33803F is #CC7FC0. Grayscale: #616161. Windows color (decimal): -13402049 or 4161587. OLE color: 4161587.

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

Color convert

RGB 51 128 63 -
CMYK 0.60 0 0.51 0.50
HSL 129.35º 0.43% 0.35% -
HSV(B) 129.35º 0.6% 0.5% -
XYZ 9.98 16.5 7.36 -
YUV 97.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 51 128 63 0.60 0 0.51 0.50 129.35 0.43 0.35
Hex 33 80 3F 3C 0 33 32 81 2B 23
Octal 63 200 77 74 0 63 62 201 53 43
Binary 110011 10000000 111111 111100 0 110011 110010 10000001 101011 100011

Color Harmonies of #33803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33803F

Black with #33803F

Text Example


Text Example

White with #33803F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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