Html Css Color HEX #35713F Japanese Laurel

📋 copy color: '#35713F'

red 53 ◦ green 113 ◦ blue 63

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

Shades of Japanese Laurel #35713F

Tints of Japanese Laurel #35713F

RGB

 RED value IS 53 (21.09% from 255) = 23.14%

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

 BLUE value IS 63 (25% from 255) = 27.51%

R = 23.14%
G = 49.34%
B = 27.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#35713F (or 0x35713F) is known color: Japanese Laurel. HEX triplet: 35, 71 and 3F. RGB value is (53,113,63). Sum of RGB (Red+Green+Blue) = 53+113+63=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #35713F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35713F is #CA8EC0. Grayscale: #595959. Windows color (decimal): -13274817 or 4157749. OLE color: 4157749.

HSL color Cylindrical-coordinate representation of color #35713F: hue angle of 130º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35713F is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 63 -
CMYK 0.53 0 0.44 0.56
HSL 130º 0.36% 0.33% -
HSV(B) 130º 0.53% 0.44% -
XYZ 8.27 12.93 6.76 -
YUV 89.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 53 113 63 0.53 0 0.44 0.56 130 0.36 0.33
Hex 35 71 3F 35 0 2C 38 82 24 21
Octal 65 161 77 65 0 54 70 202 44 41
Binary 110101 1110001 111111 110101 0 101100 111000 10000010 100100 100001

Color Harmonies of #35713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35713F

Black with #35713F

Text Example


Text Example

White with #35713F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,113,63); }

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

background-color css

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

 a { background-color: rgb(53,113,63); }

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

border-color css

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

 span { border-color: rgb(53,113,63); }

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