Html Css Color HEX #33763C Japanese Laurel

📋 copy color: '#33763C'

red 51 ◦ green 118 ◦ blue 60

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

Shades of Japanese Laurel #33763C

Tints of Japanese Laurel #33763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.53%

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

R = 22.27%
G = 51.53%
B = 26.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#33763C (or 0x33763C) is known color: Japanese Laurel. HEX triplet: 33, 76 and 3C. RGB value is (51,118,60). Sum of RGB (Red+Green+Blue) = 51+118+60=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 118 (46.48% from 255 or 51.53% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 118 - color contains mainly: green. Hex color #33763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763C is #CC89C3. Grayscale: #5B5B5B. Windows color (decimal): -13404612 or 3962419. OLE color: 3962419.

HSL color Cylindrical-coordinate representation of color #33763C: hue angle of 128.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33763C is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 60 -
CMYK 0.57 0 0.49 0.54
HSL 128.06º 0.4% 0.33% -
HSV(B) 128.06º 0.57% 0.46% -
XYZ 8.66 13.99 6.52 -
YUV 91.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 51 118 60 0.57 0 0.49 0.54 128.06 0.4 0.33
Hex 33 76 3C 39 0 31 36 80 28 21
Octal 63 166 74 71 0 61 66 200 50 41
Binary 110011 1110110 111100 111001 0 110001 110110 10000000 101000 100001

Color Harmonies of #33763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33763C

Black with #33763C

Text Example


Text Example

White with #33763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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