Html Css Color HEX #35843E Japanese Laurel

📋 copy color: '#35843E'

red 53 ◦ green 132 ◦ blue 62

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

Shades of Japanese Laurel #35843E

Tints of Japanese Laurel #35843E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.44%

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

R = 21.46%
G = 53.44%
B = 25.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#35843E (or 0x35843E) is known color: Japanese Laurel. HEX triplet: 35, 84 and 3E. RGB value is (53,132,62). Sum of RGB (Red+Green+Blue) = 53+132+62=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #35843E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35843E is #CA7BC1. Grayscale: #646464. Windows color (decimal): -13269954 or 4097077. OLE color: 4097077.

HSL color Cylindrical-coordinate representation of color #35843E: hue angle of 126.84º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35843E is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 62 -
CMYK 0.60 0 0.53 0.48
HSL 126.84º 0.43% 0.36% -
HSV(B) 126.84º 0.6% 0.52% -
XYZ 10.59 17.61 7.4 -
YUV 100.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 53 132 62 0.60 0 0.53 0.48 126.84 0.43 0.36
Hex 35 84 3E 3C 0 35 30 7F 2B 24
Octal 65 204 76 74 0 65 60 177 53 44
Binary 110101 10000100 111110 111100 0 110101 110000 1111111 101011 100100

Color Harmonies of #35843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35843E

Black with #35843E

Text Example


Text Example

White with #35843E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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