Html Css Color HEX #05702E Crusoe

📋 copy color: '#05702E'

red 5 ◦ green 112 ◦ blue 46

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

Shades of Crusoe #05702E

Tints of Crusoe #05702E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 68.71%

 BLUE value IS 46 (18.36% from 255) = 28.22%

R = 3.07%
G = 68.71%
B = 28.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#05702E (or 0x05702E) is known color: Crusoe. HEX triplet: 05, 70 and 2E. RGB value is (5,112,46). Sum of RGB (Red+Green+Blue) = 5+112+46=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #05702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05702E is #FA8FD1. Grayscale: #484848. Windows color (decimal): -16420818 or 3043333. OLE color: 3043333.

HSL color Cylindrical-coordinate representation of color #05702E: hue angle of 142.99º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05702E is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 46 -
CMYK 0.96 0 0.59 0.56
HSL 142.99º 0.91% 0.23% -
HSV(B) 142.99º 0.96% 0.44% -
XYZ 6.35 11.82 4.53 -
YUV 72.48 113.05 79.87 -
System Red Green Blue C M Y K H S L
Decimal 5 112 46 0.96 0 0.59 0.56 142.99 0.91 0.23
Hex 5 70 2E 60 0 3B 38 8F 5B 17
Octal 5 160 56 140 0 73 70 217 133 27
Binary 101 1110000 101110 1100000 0 111011 111000 10001111 1011011 10111

Color Harmonies of #05702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05702E

Black with #05702E

Text Example


Text Example

White with #05702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05702E; }

 p { color: rgb(5,112,46); }

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

background-color css

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

 a { background-color: rgb(5,112,46); }

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

border-color css

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

 span { border-color: rgb(5,112,46); }

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