Html Css Color HEX #05633F Jewel

📋 copy color: '#05633F'

red 5 ◦ green 99 ◦ blue 63

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

Shades of Jewel #05633F

Tints of Jewel #05633F

RGB

 RED value IS 5 (2.34% from 255) = 2.99%

 GREEN value IS 99 (39.06% from 255) = 59.28%

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

R = 2.99%
G = 59.28%
B = 37.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#05633F (or 0x05633F) is known color: Jewel. HEX triplet: 05, 63 and 3F. RGB value is (5,99,63). Sum of RGB (Red+Green+Blue) = 5+99+63=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #05633F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05633F is #FA9CC0. Grayscale: #424242. Windows color (decimal): -16424129 or 4154117. OLE color: 4154117.

HSL color Cylindrical-coordinate representation of color #05633F: hue angle of 157.02º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05633F is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 63 -
CMYK 0.95 0 0.36 0.61
HSL 157.02º 0.9% 0.2% -
HSV(B) 157.02º 0.95% 0.39% -
XYZ 5.42 9.31 6.21 -
YUV 66.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 5 99 63 0.95 0 0.36 0.61 157.02 0.9 0.2
Hex 5 63 3F 5F 0 24 3D 9D 5A 14
Octal 5 143 77 137 0 44 75 235 132 24
Binary 101 1100011 111111 1011111 0 100100 111101 10011101 1011010 10100

Color Harmonies of #05633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05633F

Black with #05633F

Text Example


Text Example

White with #05633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05633F; }

 p { color: rgb(5,99,63); }

 H1.HeaderClassName
 {
   color: #05633F;
 }
 .AnyTagClassName
 {
   color: #05633F;
 }
</style>

background-color css

<style>
 a { background-color: #05633F; }

 a { background-color: rgb(5,99,63); }

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

border-color css

<style>
 span { border-color: #05633F; }

 span { border-color: rgb(5,99,63); }

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