Html Css Color HEX #35803C Japanese Laurel

📋 copy color: '#35803C'

red 53 ◦ green 128 ◦ blue 60

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

Shades of Japanese Laurel #35803C

Tints of Japanese Laurel #35803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 53.11%

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 21.99%
G = 53.11%
B = 24.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#35803C (or 0x35803C) is known color: Japanese Laurel. HEX triplet: 35, 80 and 3C. RGB value is (53,128,60). Sum of RGB (Red+Green+Blue) = 53+128+60=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #35803C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35803C is #CA7FC3. Grayscale: #626262. Windows color (decimal): -13270980 or 3964981. OLE color: 3964981.

HSL color Cylindrical-coordinate representation of color #35803C: hue angle of 125.6º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35803C is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 60 -
CMYK 0.59 0 0.53 0.50
HSL 125.6º 0.41% 0.35% -
HSV(B) 125.6º 0.59% 0.5% -
XYZ 10 16.52 6.94 -
YUV 97.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 53 128 60 0.59 0 0.53 0.50 125.6 0.41 0.35
Hex 35 80 3C 3B 0 35 32 7E 29 23
Octal 65 200 74 73 0 65 62 176 51 43
Binary 110101 10000000 111100 111011 0 110101 110010 1111110 101001 100011

Color Harmonies of #35803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35803C

Black with #35803C

Text Example


Text Example

White with #35803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35803C; }

 p { color: rgb(53,128,60); }

 H1.HeaderClassName
 {
   color: #35803C;
 }
 .AnyTagClassName
 {
   color: #35803C;
 }
</style>

background-color css

<style>
 a { background-color: #35803C; }

 a { background-color: rgb(53,128,60); }

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

border-color css

<style>
 span { border-color: #35803C; }

 span { border-color: rgb(53,128,60); }

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