Html Css Color HEX #33803D Japanese Laurel

📋 copy color: '#33803D'

red 51 ◦ green 128 ◦ blue 61

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

Shades of Japanese Laurel #33803D

Tints of Japanese Laurel #33803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 21.25%
G = 53.33%
B = 25.42%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#33803D (or 0x33803D) is known color: Japanese Laurel. HEX triplet: 33, 80 and 3D. RGB value is (51,128,61). Sum of RGB (Red+Green+Blue) = 51+128+61=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #33803D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33803D is #CC7FC2. Grayscale: #616161. Windows color (decimal): -13402051 or 4030515. OLE color: 4030515.

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

Color convert

RGB 51 128 61 -
CMYK 0.60 0 0.52 0.50
HSL 127.79º 0.43% 0.35% -
HSV(B) 127.79º 0.6% 0.5% -
XYZ 9.93 16.48 7.07 -
YUV 97.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 51 128 61 0.60 0 0.52 0.50 127.79 0.43 0.35
Hex 33 80 3D 3C 0 34 32 80 2B 23
Octal 63 200 75 74 0 64 62 200 53 43
Binary 110011 10000000 111101 111100 0 110100 110010 10000000 101011 100011

Color Harmonies of #33803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33803D

Black with #33803D

Text Example


Text Example

White with #33803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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