Html Css Color HEX #33753C Japanese Laurel

📋 copy color: '#33753C'

red 51 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #33753C

Tints of Japanese Laurel #33753C

RGB

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

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

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

R = 22.37%
G = 51.32%
B = 26.32%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#33753C (or 0x33753C) is known color: Japanese Laurel. HEX triplet: 33, 75 and 3C. RGB value is (51,117,60). Sum of RGB (Red+Green+Blue) = 51+117+60=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 117 (46.09% from 255 or 51.32% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 117 - color contains mainly: green. Hex color #33753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33753C is #CC8AC3. Grayscale: #5A5A5A. Windows color (decimal): -13404868 or 3962163. OLE color: 3962163.

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

Color convert

RGB 51 117 60 -
CMYK 0.56 0 0.49 0.54
HSL 128.18º 0.39% 0.33% -
HSV(B) 128.18º 0.56% 0.46% -
XYZ 8.54 13.75 6.48 -
YUV 90.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 51 117 60 0.56 0 0.49 0.54 128.18 0.39 0.33
Hex 33 75 3C 38 0 31 36 80 27 21
Octal 63 165 74 70 0 61 66 200 47 41
Binary 110011 1110101 111100 111000 0 110001 110110 10000000 100111 100001

Color Harmonies of #33753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33753C

Black with #33753C

Text Example


Text Example

White with #33753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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