Html Css Color HEX #33713D Japanese Laurel

📋 copy color: '#33713D'

red 51 ◦ green 113 ◦ blue 61

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

Shades of Japanese Laurel #33713D

Tints of Japanese Laurel #33713D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

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

R = 22.67%
G = 50.22%
B = 27.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#33713D (or 0x33713D) is known color: Japanese Laurel. HEX triplet: 33, 71 and 3D. RGB value is (51,113,61). Sum of RGB (Red+Green+Blue) = 51+113+61=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #33713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33713D is #CC8EC2. Grayscale: #585858. Windows color (decimal): -13405891 or 4026675. OLE color: 4026675.

HSL color Cylindrical-coordinate representation of color #33713D: hue angle of 129.68º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #33713D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 61 -
CMYK 0.55 0 0.46 0.56
HSL 129.68º 0.38% 0.32% -
HSV(B) 129.68º 0.55% 0.44% -
XYZ 8.11 12.85 6.47 -
YUV 88.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 51 113 61 0.55 0 0.46 0.56 129.68 0.38 0.32
Hex 33 71 3D 37 0 2E 38 82 26 20
Octal 63 161 75 67 0 56 70 202 46 40
Binary 110011 1110001 111101 110111 0 101110 111000 10000010 100110 100000

Color Harmonies of #33713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33713D

Black with #33713D

Text Example


Text Example

White with #33713D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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