Html Css Color HEX #035B3D Jewel

📋 copy color: '#035B3D'

red 3 ◦ green 91 ◦ blue 61

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

Shades of Jewel #035B3D

Tints of Jewel #035B3D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 58.71%

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

R = 1.94%
G = 58.71%
B = 39.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#035B3D (or 0x035B3D) is known color: Jewel. HEX triplet: 03, 5B and 3D. RGB value is (3,91,61). Sum of RGB (Red+Green+Blue) = 3+91+61=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 91 (35.94% from 255 or 58.71% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 91 - color contains mainly: green. Hex color #035B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035B3D is #FCA4C2. Grayscale: #3D3D3D. Windows color (decimal): -16557251 or 4020995. OLE color: 4020995.

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

Color convert

RGB 3 91 61 -
CMYK 0.97 0 0.33 0.64
HSL 159.55º 0.94% 0.18% -
HSV(B) 159.55º 0.97% 0.36% -
XYZ 4.62 7.84 5.68 -
YUV 61.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 3 91 61 0.97 0 0.33 0.64 159.55 0.94 0.18
Hex 3 5B 3D 61 0 21 40 A0 5E 12
Octal 3 133 75 141 0 41 100 240 136 22
Binary 11 1011011 111101 1100001 0 100001 1000000 10100000 1011110 10010

Color Harmonies of #035B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035B3D

Black with #035B3D

Text Example


Text Example

White with #035B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,91,61); }

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

background-color css

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

 a { background-color: rgb(3,91,61); }

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

border-color css

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

 span { border-color: rgb(3,91,61); }

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