Html Css Color HEX #33813C Japanese Laurel

📋 copy color: '#33813C'

red 51 ◦ green 129 ◦ blue 60

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

Shades of Japanese Laurel #33813C

Tints of Japanese Laurel #33813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 53.75%

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

R = 21.25%
G = 53.75%
B = 25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#33813C (or 0x33813C) is known color: Japanese Laurel. HEX triplet: 33, 81 and 3C. RGB value is (51,129,60). Sum of RGB (Red+Green+Blue) = 51+129+60=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #33813C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33813C is #CC7EC3. Grayscale: #626262. Windows color (decimal): -13401796 or 3965235. OLE color: 3965235.

HSL color Cylindrical-coordinate representation of color #33813C: hue angle of 126.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33813C is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 60 -
CMYK 0.60 0 0.53 0.49
HSL 126.92º 0.43% 0.35% -
HSV(B) 126.92º 0.6% 0.51% -
XYZ 10.03 16.73 6.98 -
YUV 97.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 51 129 60 0.60 0 0.53 0.49 126.92 0.43 0.35
Hex 33 81 3C 3C 0 35 31 7F 2B 23
Octal 63 201 74 74 0 65 61 177 53 43
Binary 110011 10000001 111100 111100 0 110101 110001 1111111 101011 100011

Color Harmonies of #33813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33813C

Black with #33813C

Text Example


Text Example

White with #33813C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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