Html Css Color HEX #05621C Crusoe

📋 copy color: '#05621C'

red 5 ◦ green 98 ◦ blue 28

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

Shades of Crusoe #05621C

Tints of Crusoe #05621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 3.82%
G = 74.81%
B = 21.37%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#05621C (or 0x05621C) is known color: Crusoe. HEX triplet: 05, 62 and 1C. RGB value is (5,98,28). Sum of RGB (Red+Green+Blue) = 5+98+28=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #05621C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05621C is #FA9DE3. Grayscale: #3E3E3E. Windows color (decimal): -16424420 or 1860101. OLE color: 1860101.

HSL color Cylindrical-coordinate representation of color #05621C: hue angle of 134.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05621C is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 28 -
CMYK 0.95 0 0.71 0.62
HSL 134.84º 0.9% 0.2% -
HSV(B) 134.84º 0.95% 0.38% -
XYZ 4.64 8.85 2.56 -
YUV 62.21 108.69 87.19 -
System Red Green Blue C M Y K H S L
Decimal 5 98 28 0.95 0 0.71 0.62 134.84 0.9 0.2
Hex 5 62 1C 5F 0 47 3E 87 5A 14
Octal 5 142 34 137 0 107 76 207 132 24
Binary 101 1100010 11100 1011111 0 1000111 111110 10000111 1011010 10100

Color Harmonies of #05621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05621C

Black with #05621C

Text Example


Text Example

White with #05621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05621C; }

 p { color: rgb(5,98,28); }

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

background-color css

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

 a { background-color: rgb(5,98,28); }

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

border-color css

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

 span { border-color: rgb(5,98,28); }

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