Html Css Color HEX #33752A Japanese Laurel

📋 copy color: '#33752A'

red 51 ◦ green 117 ◦ blue 42

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

Shades of Japanese Laurel #33752A

Tints of Japanese Laurel #33752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.71%

 BLUE value IS 42 (16.8% from 255) = 20%

R = 24.29%
G = 55.71%
B = 20%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#33752A (or 0x33752A) is known color: Japanese Laurel. HEX triplet: 33, 75 and 2A. RGB value is (51,117,42). Sum of RGB (Red+Green+Blue) = 51+117+42=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #33752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33752A is #CC8AD5. Grayscale: #585858. Windows color (decimal): -13404886 or 2782515. OLE color: 2782515.

HSL color Cylindrical-coordinate representation of color #33752A: hue angle of 112.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33752A is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 42 -
CMYK 0.56 0 0.64 0.54
HSL 112.8º 0.47% 0.31% -
HSV(B) 112.8º 0.64% 0.46% -
XYZ 8.14 13.59 4.39 -
YUV 88.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 51 117 42 0.56 0 0.64 0.54 112.8 0.47 0.31
Hex 33 75 2A 38 0 40 36 71 2F 1F
Octal 63 165 52 70 0 100 66 161 57 37
Binary 110011 1110101 101010 111000 0 1000000 110110 1110001 101111 11111

Color Harmonies of #33752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33752A

Black with #33752A

Text Example


Text Example

White with #33752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,117,42); }

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

background-color css

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

 a { background-color: rgb(51,117,42); }

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

border-color css

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

 span { border-color: rgb(51,117,42); }

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