Html Css Color HEX #33853C Japanese Laurel

📋 copy color: '#33853C'

red 51 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #33853C

Tints of Japanese Laurel #33853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 20.9%
G = 54.51%
B = 24.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#33853C (or 0x33853C) is known color: Japanese Laurel. HEX triplet: 33, 85 and 3C. RGB value is (51,133,60). Sum of RGB (Red+Green+Blue) = 51+133+60=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #33853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33853C is #CC7AC3. Grayscale: #646464. Windows color (decimal): -13400772 or 3966259. OLE color: 3966259.

HSL color Cylindrical-coordinate representation of color #33853C: hue angle of 126.59º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33853C is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 60 -
CMYK 0.62 0 0.55 0.48
HSL 126.59º 0.45% 0.36% -
HSV(B) 126.59º 0.62% 0.52% -
XYZ 10.57 17.81 7.15 -
YUV 100.16 105.33 92.94 -
System Red Green Blue C M Y K H S L
Decimal 51 133 60 0.62 0 0.55 0.48 126.59 0.45 0.36
Hex 33 85 3C 3E 0 37 30 7F 2D 24
Octal 63 205 74 76 0 67 60 177 55 44
Binary 110011 10000101 111100 111110 0 110111 110000 1111111 101101 100100

Color Harmonies of #33853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33853C

Black with #33853C

Text Example


Text Example

White with #33853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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