Html Css Color HEX #33853D Japanese Laurel

📋 copy color: '#33853D'

red 51 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #33853D

Tints of Japanese Laurel #33853D

RGB

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

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

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

R = 20.82%
G = 54.29%
B = 24.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#33853D (or 0x33853D) is known color: Japanese Laurel. HEX triplet: 33, 85 and 3D. RGB value is (51,133,61). Sum of RGB (Red+Green+Blue) = 51+133+61=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #33853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33853D is #CC7AC2. Grayscale: #646464. Windows color (decimal): -13400771 or 4031795. OLE color: 4031795.

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

Color convert

RGB 51 133 61 -
CMYK 0.62 0 0.54 0.48
HSL 127.32º 0.45% 0.36% -
HSV(B) 127.32º 0.62% 0.52% -
XYZ 10.6 17.82 7.3 -
YUV 100.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 51 133 61 0.62 0 0.54 0.48 127.32 0.45 0.36
Hex 33 85 3D 3E 0 36 30 7F 2D 24
Octal 63 205 75 76 0 66 60 177 55 44
Binary 110011 10000101 111101 111110 0 110110 110000 1111111 101101 100100

Color Harmonies of #33853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33853D

Black with #33853D

Text Example


Text Example

White with #33853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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