Html Css Color HEX #056719 Crusoe

📋 copy color: '#056719'

red 5 ◦ green 103 ◦ blue 25

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

Shades of Crusoe #056719

Tints of Crusoe #056719

RGB

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

 GREEN value IS 103 (40.63% from 255) = 77.44%

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 3.76%
G = 77.44%
B = 18.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.76

 K value IS 0.60

RGB Variations

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

Color information

#056719 (or 0x056719) is known color: Crusoe. HEX triplet: 05, 67 and 19. RGB value is (5,103,25). Sum of RGB (Red+Green+Blue) = 5+103+25=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 103 (40.62% from 255 or 77.44% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 103 - color contains mainly: green. Hex color #056719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056719 is #FA98E6. Grayscale: #414141. Windows color (decimal): -16423143 or 1664773. OLE color: 1664773.

HSL color Cylindrical-coordinate representation of color #056719: hue angle of 132.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056719 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB 5 103 25 -
CMYK 0.95 0 0.76 0.60
HSL 132.24º 0.91% 0.21% -
HSV(B) 132.24º 0.95% 0.4% -
XYZ 5.09 9.8 2.54 -
YUV 64.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 5 103 25 0.95 0 0.76 0.60 132.24 0.91 0.21
Hex 5 67 19 5F 0 4C 3C 84 5B 15
Octal 5 147 31 137 0 114 74 204 133 25
Binary 101 1100111 11001 1011111 0 1001100 111100 10000100 1011011 10101

Color Harmonies of #056719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056719

Black with #056719

Text Example


Text Example

White with #056719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056719; }

 p { color: rgb(5,103,25); }

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

background-color css

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

 a { background-color: rgb(5,103,25); }

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

border-color css

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

 span { border-color: rgb(5,103,25); }

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