Html Css Color HEX #35903A Japanese Laurel

📋 copy color: '#35903A'

red 53 ◦ green 144 ◦ blue 58

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

Shades of Japanese Laurel #35903A

Tints of Japanese Laurel #35903A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.47%

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

R = 20.78%
G = 56.47%
B = 22.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#35903A (or 0x35903A) is known color: Japanese Laurel. HEX triplet: 35, 90 and 3A. RGB value is (53,144,58). Sum of RGB (Red+Green+Blue) = 53+144+58=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 144 (56.64% from 255 or 56.47% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 144 - color contains mainly: green. Hex color #35903A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35903A is #CA6FC5. Grayscale: #6B6B6B. Windows color (decimal): -13266886 or 3838005. OLE color: 3838005.

HSL color Cylindrical-coordinate representation of color #35903A: hue angle of 123.3º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35903A is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 58 -
CMYK 0.63 0 0.60 0.44
HSL 123.3º 0.46% 0.39% -
HSV(B) 123.3º 0.63% 0.56% -
XYZ 12.21 21.01 7.41 -
YUV 106.99 100.35 89.49 -
System Red Green Blue C M Y K H S L
Decimal 53 144 58 0.63 0 0.60 0.44 123.3 0.46 0.39
Hex 35 90 3A 3F 0 3C 2C 7B 2E 27
Octal 65 220 72 77 0 74 54 173 56 47
Binary 110101 10010000 111010 111111 0 111100 101100 1111011 101110 100111

Color Harmonies of #35903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35903A

Black with #35903A

Text Example


Text Example

White with #35903A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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