Html Css Color HEX #31762B Japanese Laurel

📋 copy color: '#31762B'

red 49 ◦ green 118 ◦ blue 43

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

Shades of Japanese Laurel #31762B

Tints of Japanese Laurel #31762B

RGB

 RED value IS 49 (19.53% from 255) = 23.33%

 GREEN value IS 118 (46.48% from 255) = 56.19%

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 23.33%
G = 56.19%
B = 20.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#31762B (or 0x31762B) is known color: Japanese Laurel. HEX triplet: 31, 76 and 2B. RGB value is (49,118,43). Sum of RGB (Red+Green+Blue) = 49+118+43=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #31762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31762B is #CE89D4. Grayscale: #595959. Windows color (decimal): -13535701 or 2848305. OLE color: 2848305.

HSL color Cylindrical-coordinate representation of color #31762B: hue angle of 115.2º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31762B is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 43 -
CMYK 0.58 0 0.64 0.54
HSL 115.2º 0.47% 0.32% -
HSV(B) 115.2º 0.64% 0.46% -
XYZ 8.18 13.78 4.51 -
YUV 88.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 49 118 43 0.58 0 0.64 0.54 115.2 0.47 0.32
Hex 31 76 2B 3A 0 40 36 73 2F 20
Octal 61 166 53 72 0 100 66 163 57 40
Binary 110001 1110110 101011 111010 0 1000000 110110 1110011 101111 100000

Color Harmonies of #31762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31762B

Black with #31762B

Text Example


Text Example

White with #31762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31762B; }

 p { color: rgb(49,118,43); }

 H1.HeaderClassName
 {
   color: #31762B;
 }
 .AnyTagClassName
 {
   color: #31762B;
 }
</style>

background-color css

<style>
 a { background-color: #31762B; }

 a { background-color: rgb(49,118,43); }

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

border-color css

<style>
 span { border-color: #31762B; }

 span { border-color: rgb(49,118,43); }

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