Html Css Color HEX #35903D Japanese Laurel

📋 copy color: '#35903D'

red 53 ◦ green 144 ◦ blue 61

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

Shades of Japanese Laurel #35903D

Tints of Japanese Laurel #35903D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 20.54%
G = 55.81%
B = 23.64%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#35903D (or 0x35903D) is known color: Japanese Laurel. HEX triplet: 35, 90 and 3D. RGB value is (53,144,61). Sum of RGB (Red+Green+Blue) = 53+144+61=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 144 (56.64% from 255 or 55.81% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 144 - color contains mainly: green. Hex color #35903D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35903D is #CA6FC2. Grayscale: #6B6B6B. Windows color (decimal): -13266883 or 4034613. OLE color: 4034613.

HSL color Cylindrical-coordinate representation of color #35903D: hue angle of 125.27º 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 #35903D is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 144 61 -
CMYK 0.63 0 0.58 0.44
HSL 125.27º 0.46% 0.39% -
HSV(B) 125.27º 0.63% 0.56% -
XYZ 12.28 21.04 7.83 -
YUV 107.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 53 144 61 0.63 0 0.58 0.44 125.27 0.46 0.39
Hex 35 90 3D 3F 0 3A 2C 7D 2E 27
Octal 65 220 75 77 0 72 54 175 56 47
Binary 110101 10010000 111101 111111 0 111010 101100 1111101 101110 100111

Color Harmonies of #35903D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35903D

Black with #35903D

Text Example


Text Example

White with #35903D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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