Html Css Color HEX #35703E Japanese Laurel

📋 copy color: '#35703E'

red 53 ◦ green 112 ◦ blue 62

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

Shades of Japanese Laurel #35703E

Tints of Japanese Laurel #35703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.34%

 BLUE value IS 62 (24.61% from 255) = 27.31%

R = 23.35%
G = 49.34%
B = 27.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#35703E (or 0x35703E) is known color: Japanese Laurel. HEX triplet: 35, 70 and 3E. RGB value is (53,112,62). Sum of RGB (Red+Green+Blue) = 53+112+62=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #35703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35703E is #CA8FC1. Grayscale: #585858. Windows color (decimal): -13275074 or 4091957. OLE color: 4091957.

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

Color convert

RGB 53 112 62 -
CMYK 0.53 0 0.45 0.56
HSL 129.15º 0.36% 0.32% -
HSV(B) 129.15º 0.53% 0.44% -
XYZ 8.13 12.69 6.58 -
YUV 88.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 53 112 62 0.53 0 0.45 0.56 129.15 0.36 0.32
Hex 35 70 3E 35 0 2D 38 81 24 20
Octal 65 160 76 65 0 55 70 201 44 40
Binary 110101 1110000 111110 110101 0 101101 111000 10000001 100100 100000

Color Harmonies of #35703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35703E

Black with #35703E

Text Example


Text Example

White with #35703E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35703E; }

 p { color: rgb(53,112,62); }

 H1.HeaderClassName
 {
   color: #35703E;
 }
 .AnyTagClassName
 {
   color: #35703E;
 }
</style>

background-color css

<style>
 a { background-color: #35703E; }

 a { background-color: rgb(53,112,62); }

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

border-color css

<style>
 span { border-color: #35703E; }

 span { border-color: rgb(53,112,62); }

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