Html Css Color HEX #33753D Japanese Laurel

📋 copy color: '#33753D'

red 51 ◦ green 117 ◦ blue 61

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

Shades of Japanese Laurel #33753D

Tints of Japanese Laurel #33753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.64%

R = 22.27%
G = 51.09%
B = 26.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#33753D (or 0x33753D) is known color: Japanese Laurel. HEX triplet: 33, 75 and 3D. RGB value is (51,117,61). Sum of RGB (Red+Green+Blue) = 51+117+61=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #33753D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33753D is #CC8AC2. Grayscale: #5B5B5B. Windows color (decimal): -13404867 or 4027699. OLE color: 4027699.

HSL color Cylindrical-coordinate representation of color #33753D: hue angle of 129.09º 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 #33753D is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 61 -
CMYK 0.56 0 0.48 0.54
HSL 129.09º 0.39% 0.33% -
HSV(B) 129.09º 0.56% 0.46% -
XYZ 8.57 13.76 6.62 -
YUV 90.88 111.13 99.55 -
System Red Green Blue C M Y K H S L
Decimal 51 117 61 0.56 0 0.48 0.54 129.09 0.39 0.33
Hex 33 75 3D 38 0 30 36 81 27 21
Octal 63 165 75 70 0 60 66 201 47 41
Binary 110011 1110101 111101 111000 0 110000 110110 10000001 100111 100001

Color Harmonies of #33753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33753D

Black with #33753D

Text Example


Text Example

White with #33753D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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