Html Css Color HEX #35703B Japanese Laurel

📋 copy color: '#35703B'

red 53 ◦ green 112 ◦ blue 59

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

Shades of Japanese Laurel #35703B

Tints of Japanese Laurel #35703B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.34%

R = 23.66%
G = 50%
B = 26.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#35703B (or 0x35703B) is known color: Japanese Laurel. HEX triplet: 35, 70 and 3B. RGB value is (53,112,59). Sum of RGB (Red+Green+Blue) = 53+112+59=224 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.66% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #35703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35703B is #CA8FC4. Grayscale: #585858. Windows color (decimal): -13275077 or 3895349. OLE color: 3895349.

HSL color Cylindrical-coordinate representation of color #35703B: hue angle of 126.1º 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 #35703B is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 59 -
CMYK 0.53 0 0.47 0.56
HSL 126.1º 0.36% 0.32% -
HSV(B) 126.1º 0.53% 0.44% -
XYZ 8.05 12.66 6.16 -
YUV 88.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 53 112 59 0.53 0 0.47 0.56 126.1 0.36 0.32
Hex 35 70 3B 35 0 2F 38 7E 24 20
Octal 65 160 73 65 0 57 70 176 44 40
Binary 110101 1110000 111011 110101 0 101111 111000 1111110 100100 100000

Color Harmonies of #35703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35703B

Black with #35703B

Text Example


Text Example

White with #35703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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