Html Css Color HEX #035A40 Jewel

📋 copy color: '#035A40'

red 3 ◦ green 90 ◦ blue 64

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

Shades of Jewel #035A40

Tints of Jewel #035A40

RGB

 RED value IS 3 (1.56% from 255) = 1.91%

 GREEN value IS 90 (35.55% from 255) = 57.32%

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 1.91%
G = 57.32%
B = 40.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#035A40 (or 0x035A40) is known color: Jewel. HEX triplet: 03, 5A and 40. RGB value is (3,90,64). Sum of RGB (Red+Green+Blue) = 3+90+64=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #035A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A40 is #FCA5BF. Grayscale: #3D3D3D. Windows color (decimal): -16557504 or 4217347. OLE color: 4217347.

HSL color Cylindrical-coordinate representation of color #035A40: hue angle of 162.07º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035A40 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 90 64 -
CMYK 0.97 0 0.29 0.65
HSL 162.07º 0.94% 0.18% -
HSV(B) 162.07º 0.97% 0.35% -
XYZ 4.62 7.7 6.09 -
YUV 61.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 3 90 64 0.97 0 0.29 0.65 162.07 0.94 0.18
Hex 3 5A 40 61 0 1D 41 A2 5E 12
Octal 3 132 100 141 0 35 101 242 136 22
Binary 11 1011010 1000000 1100001 0 11101 1000001 10100010 1011110 10010

Color Harmonies of #035A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A40

Black with #035A40

Text Example


Text Example

White with #035A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035A40; }

 p { color: rgb(3,90,64); }

 H1.HeaderClassName
 {
   color: #035A40;
 }
 .AnyTagClassName
 {
   color: #035A40;
 }
</style>

background-color css

<style>
 a { background-color: #035A40; }

 a { background-color: rgb(3,90,64); }

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

border-color css

<style>
 span { border-color: #035A40; }

 span { border-color: rgb(3,90,64); }

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