Html Css Color HEX #035A3F Jewel

📋 copy color: '#035A3F'

red 3 ◦ green 90 ◦ blue 63

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

Shades of Jewel #035A3F

Tints of Jewel #035A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 40.38%

R = 1.92%
G = 57.69%
B = 40.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#035A3F (or 0x035A3F) is known color: Jewel. HEX triplet: 03, 5A and 3F. RGB value is (3,90,63). Sum of RGB (Red+Green+Blue) = 3+90+63=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #035A3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A3F is #FCA5C0. Grayscale: #3C3C3C. Windows color (decimal): -16557505 or 4151811. OLE color: 4151811.

HSL color Cylindrical-coordinate representation of color #035A3F: hue angle of 161.38º 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 #035A3F is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 90 63 -
CMYK 0.97 0 0.30 0.65
HSL 161.38º 0.94% 0.18% -
HSV(B) 161.38º 0.97% 0.35% -
XYZ 4.59 7.69 5.95 -
YUV 60.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 3 90 63 0.97 0 0.30 0.65 161.38 0.94 0.18
Hex 3 5A 3F 61 0 1E 41 A1 5E 12
Octal 3 132 77 141 0 36 101 241 136 22
Binary 11 1011010 111111 1100001 0 11110 1000001 10100001 1011110 10010

Color Harmonies of #035A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035A3F

Black with #035A3F

Text Example


Text Example

White with #035A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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