Html Css Color HEX #35702B Japanese Laurel

📋 copy color: '#35702B'

red 53 ◦ green 112 ◦ blue 43

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

Shades of Japanese Laurel #35702B

Tints of Japanese Laurel #35702B

RGB

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

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

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

R = 25.48%
G = 53.85%
B = 20.67%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#35702B (or 0x35702B) is known color: Japanese Laurel. HEX triplet: 35, 70 and 2B. RGB value is (53,112,43). Sum of RGB (Red+Green+Blue) = 53+112+43=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #35702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35702B is #CA8FD4. Grayscale: #565656. Windows color (decimal): -13275093 or 2846773. OLE color: 2846773.

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

Color convert

RGB 53 112 43 -
CMYK 0.53 0 0.62 0.56
HSL 111.3º 0.45% 0.3% -
HSV(B) 111.3º 0.62% 0.44% -
XYZ 7.7 12.52 4.3 -
YUV 86.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 53 112 43 0.53 0 0.62 0.56 111.3 0.45 0.3
Hex 35 70 2B 35 0 3E 38 6F 2D 1E
Octal 65 160 53 65 0 76 70 157 55 36
Binary 110101 1110000 101011 110101 0 111110 111000 1101111 101101 11110

Color Harmonies of #35702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35702B

Black with #35702B

Text Example


Text Example

White with #35702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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