Html Css Color HEX #065D3E Jewel

📋 copy color: '#065D3E'

red 6 ◦ green 93 ◦ blue 62

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

Shades of Jewel #065D3E

Tints of Jewel #065D3E

RGB

 RED value IS 6 (2.73% from 255) = 3.73%

 GREEN value IS 93 (36.72% from 255) = 57.76%

 BLUE value IS 62 (24.61% from 255) = 38.51%

R = 3.73%
G = 57.76%
B = 38.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#065D3E (or 0x065D3E) is known color: Jewel. HEX triplet: 06, 5D and 3E. RGB value is (6,93,62). Sum of RGB (Red+Green+Blue) = 6+93+62=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 93 (36.72% from 255 or 57.76% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 93 - color contains mainly: green. Hex color #065D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065D3E is #F9A2C1. Grayscale: #3F3F3F. Windows color (decimal): -16360130 or 4087046. OLE color: 4087046.

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

Color convert

RGB 6 93 62 -
CMYK 0.94 0 0.33 0.64
HSL 158.62º 0.88% 0.19% -
HSV(B) 158.62º 0.94% 0.36% -
XYZ 4.86 8.22 5.89 -
YUV 63.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 6 93 62 0.94 0 0.33 0.64 158.62 0.88 0.19
Hex 6 5D 3E 5E 0 21 40 9F 58 13
Octal 6 135 76 136 0 41 100 237 130 23
Binary 110 1011101 111110 1011110 0 100001 1000000 10011111 1011000 10011

Color Harmonies of #065D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065D3E

Black with #065D3E

Text Example


Text Example

White with #065D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065D3E; }

 p { color: rgb(6,93,62); }

 H1.HeaderClassName
 {
   color: #065D3E;
 }
 .AnyTagClassName
 {
   color: #065D3E;
 }
</style>

background-color css

<style>
 a { background-color: #065D3E; }

 a { background-color: rgb(6,93,62); }

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

border-color css

<style>
 span { border-color: #065D3E; }

 span { border-color: rgb(6,93,62); }

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