Html Css Color HEX #33933C Japanese Laurel

📋 copy color: '#33933C'

red 51 ◦ green 147 ◦ blue 60

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

Shades of Japanese Laurel #33933C

Tints of Japanese Laurel #33933C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.98%

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

R = 19.77%
G = 56.98%
B = 23.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#33933C (or 0x33933C) is known color: Japanese Laurel. HEX triplet: 33, 93 and 3C. RGB value is (51,147,60). Sum of RGB (Red+Green+Blue) = 51+147+60=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #33933C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33933C is #CC6CC3. Grayscale: #6C6C6C. Windows color (decimal): -13397188 or 3969843. OLE color: 3969843.

HSL color Cylindrical-coordinate representation of color #33933C: hue angle of 125.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33933C is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 147 60 -
CMYK 0.65 0 0.59 0.42
HSL 125.63º 0.48% 0.39% -
HSV(B) 125.63º 0.65% 0.58% -
XYZ 12.61 21.9 7.84 -
YUV 108.38 100.7 87.07 -
System Red Green Blue C M Y K H S L
Decimal 51 147 60 0.65 0 0.59 0.42 125.63 0.48 0.39
Hex 33 93 3C 41 0 3B 2A 7E 30 27
Octal 63 223 74 101 0 73 52 176 60 47
Binary 110011 10010011 111100 1000001 0 111011 101010 1111110 110000 100111

Color Harmonies of #33933C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33933C

Black with #33933C

Text Example


Text Example

White with #33933C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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