Html Css Color HEX #33862F Japanese Laurel

📋 copy color: '#33862F'

red 51 ◦ green 134 ◦ blue 47

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

Shades of Japanese Laurel #33862F

Tints of Japanese Laurel #33862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 57.76%

 BLUE value IS 47 (18.75% from 255) = 20.26%

R = 21.98%
G = 57.76%
B = 20.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#33862F (or 0x33862F) is known color: Japanese Laurel. HEX triplet: 33, 86 and 2F. RGB value is (51,134,47). Sum of RGB (Red+Green+Blue) = 51+134+47=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #33862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33862F is #CC79D0. Grayscale: #636363. Windows color (decimal): -13400529 or 3114547. OLE color: 3114547.

HSL color Cylindrical-coordinate representation of color #33862F: hue angle of 117.24º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33862F is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 134 47 -
CMYK 0.62 0 0.65 0.47
HSL 117.24º 0.48% 0.35% -
HSV(B) 117.24º 0.65% 0.53% -
XYZ 10.4 17.96 5.61 -
YUV 99.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 51 134 47 0.62 0 0.65 0.47 117.24 0.48 0.35
Hex 33 86 2F 3E 0 41 2F 75 30 23
Octal 63 206 57 76 0 101 57 165 60 43
Binary 110011 10000110 101111 111110 0 1000001 101111 1110101 110000 100011

Color Harmonies of #33862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33862F

Black with #33862F

Text Example


Text Example

White with #33862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33862F; }

 p { color: rgb(51,134,47); }

 H1.HeaderClassName
 {
   color: #33862F;
 }
 .AnyTagClassName
 {
   color: #33862F;
 }
</style>

background-color css

<style>
 a { background-color: #33862F; }

 a { background-color: rgb(51,134,47); }

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

border-color css

<style>
 span { border-color: #33862F; }

 span { border-color: rgb(51,134,47); }

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