Html Css Color HEX #33763A Japanese Laurel

📋 copy color: '#33763A'

red 51 ◦ green 118 ◦ blue 58

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

Shades of Japanese Laurel #33763A

Tints of Japanese Laurel #33763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 22.47%
G = 51.98%
B = 25.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#33763A (or 0x33763A) is known color: Japanese Laurel. HEX triplet: 33, 76 and 3A. RGB value is (51,118,58). Sum of RGB (Red+Green+Blue) = 51+118+58=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #33763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33763A is #CC89C5. Grayscale: #5B5B5B. Windows color (decimal): -13404614 or 3831347. OLE color: 3831347.

HSL color Cylindrical-coordinate representation of color #33763A: hue angle of 126.27º 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 #33763A is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 58 -
CMYK 0.57 0 0.51 0.54
HSL 126.27º 0.4% 0.33% -
HSV(B) 126.27º 0.57% 0.46% -
XYZ 8.61 13.97 6.25 -
YUV 91.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 51 118 58 0.57 0 0.51 0.54 126.27 0.4 0.33
Hex 33 76 3A 39 0 33 36 7E 28 21
Octal 63 166 72 71 0 63 66 176 50 41
Binary 110011 1110110 111010 111001 0 110011 110110 1111110 101000 100001

Color Harmonies of #33763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33763A

Black with #33763A

Text Example


Text Example

White with #33763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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