Html Css Color HEX #33813E Japanese Laurel

📋 copy color: '#33813E'

red 51 ◦ green 129 ◦ blue 62

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

Shades of Japanese Laurel #33813E

Tints of Japanese Laurel #33813E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 21.07%
G = 53.31%
B = 25.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#33813E (or 0x33813E) is known color: Japanese Laurel. HEX triplet: 33, 81 and 3E. RGB value is (51,129,62). Sum of RGB (Red+Green+Blue) = 51+129+62=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #33813E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33813E is #CC7EC1. Grayscale: #626262. Windows color (decimal): -13401794 or 4096307. OLE color: 4096307.

HSL color Cylindrical-coordinate representation of color #33813E: hue angle of 128.46º 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 #33813E is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 129 62 -
CMYK 0.60 0 0.52 0.49
HSL 128.46º 0.43% 0.35% -
HSV(B) 128.46º 0.6% 0.51% -
XYZ 10.09 16.75 7.26 -
YUV 98.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 51 129 62 0.60 0 0.52 0.49 128.46 0.43 0.35
Hex 33 81 3E 3C 0 34 31 80 2B 23
Octal 63 201 76 74 0 64 61 200 53 43
Binary 110011 10000001 111110 111100 0 110100 110001 10000000 101011 100011

Color Harmonies of #33813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33813E

Black with #33813E

Text Example


Text Example

White with #33813E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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