Html Css Color HEX #35913C Japanese Laurel

📋 copy color: '#35913C'

red 53 ◦ green 145 ◦ blue 60

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

Shades of Japanese Laurel #35913C

Tints of Japanese Laurel #35913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 56.2%

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

R = 20.54%
G = 56.2%
B = 23.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#35913C (or 0x35913C) is known color: Japanese Laurel. HEX triplet: 35, 91 and 3C. RGB value is (53,145,60). Sum of RGB (Red+Green+Blue) = 53+145+60=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #35913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35913C is #CA6EC3. Grayscale: #6C6C6C. Windows color (decimal): -13266628 or 3969333. OLE color: 3969333.

HSL color Cylindrical-coordinate representation of color #35913C: hue angle of 124.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35913C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 60 -
CMYK 0.63 0 0.59 0.43
HSL 124.57º 0.46% 0.39% -
HSV(B) 124.57º 0.63% 0.57% -
XYZ 12.41 21.33 7.74 -
YUV 107.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 53 145 60 0.63 0 0.59 0.43 124.57 0.46 0.39
Hex 35 91 3C 3F 0 3B 2B 7D 2E 27
Octal 65 221 74 77 0 73 53 175 56 47
Binary 110101 10010001 111100 111111 0 111011 101011 1111101 101110 100111

Color Harmonies of #35913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35913C

Black with #35913C

Text Example


Text Example

White with #35913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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