Html Css Color HEX #31753C Japanese Laurel

📋 copy color: '#31753C'

red 49 ◦ green 117 ◦ blue 60

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

Shades of Japanese Laurel #31753C

Tints of Japanese Laurel #31753C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

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

R = 21.68%
G = 51.77%
B = 26.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#31753C (or 0x31753C) is known color: Japanese Laurel. HEX triplet: 31, 75 and 3C. RGB value is (49,117,60). Sum of RGB (Red+Green+Blue) = 49+117+60=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #31753C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31753C is #CE8AC3. Grayscale: #5A5A5A. Windows color (decimal): -13535940 or 3962161. OLE color: 3962161.

HSL color Cylindrical-coordinate representation of color #31753C: hue angle of 129.71º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31753C is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 60 -
CMYK 0.58 0 0.49 0.54
HSL 129.71º 0.41% 0.33% -
HSV(B) 129.71º 0.58% 0.46% -
XYZ 8.44 13.7 6.47 -
YUV 90.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 49 117 60 0.58 0 0.49 0.54 129.71 0.41 0.33
Hex 31 75 3C 3A 0 31 36 82 29 21
Octal 61 165 74 72 0 61 66 202 51 41
Binary 110001 1110101 111100 111010 0 110001 110110 10000010 101001 100001

Color Harmonies of #31753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31753C

Black with #31753C

Text Example


Text Example

White with #31753C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,117,60); }

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

background-color css

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

 a { background-color: rgb(49,117,60); }

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

border-color css

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

 span { border-color: rgb(49,117,60); }

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