Html Css Color HEX #35913A Japanese Laurel

📋 copy color: '#35913A'

red 53 ◦ green 145 ◦ blue 58

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

Shades of Japanese Laurel #35913A

Tints of Japanese Laurel #35913A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.66%

R = 20.7%
G = 56.64%
B = 22.66%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.6

 K value IS 0.43

RGB Variations

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

Color information

#35913A (or 0x35913A) is known color: Japanese Laurel. HEX triplet: 35, 91 and 3A. RGB value is (53,145,58). Sum of RGB (Red+Green+Blue) = 53+145+58=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 145 (57.03% from 255 or 56.64% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 145 - color contains mainly: green. Hex color #35913A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35913A is #CA6EC5. Grayscale: #6B6B6B. Windows color (decimal): -13266630 or 3838261. OLE color: 3838261.

HSL color Cylindrical-coordinate representation of color #35913A: hue angle of 123.26º 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 #35913A is Cyan = 0.63, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 58 -
CMYK 0.63 0 0.6 0.43
HSL 123.26º 0.46% 0.39% -
HSV(B) 123.26º 0.63% 0.57% -
XYZ 12.36 21.31 7.47 -
YUV 107.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 53 145 58 0.63 0 0.6 0.43 123.26 0.46 0.39
Hex 35 91 3A 3F 0 3C 2B 7B 2E 27
Octal 65 221 72 77 0 74 53 173 56 47
Binary 110101 10010001 111010 111111 0 111100 101011 1111011 101110 100111

Color Harmonies of #35913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35913A

Black with #35913A

Text Example


Text Example

White with #35913A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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