Html Css Color HEX #05621B Crusoe

📋 copy color: '#05621B'

red 5 ◦ green 98 ◦ blue 27

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

Shades of Crusoe #05621B

Tints of Crusoe #05621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 3.85%
G = 75.38%
B = 20.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#05621B (or 0x05621B) is known color: Crusoe. HEX triplet: 05, 62 and 1B. RGB value is (5,98,27). Sum of RGB (Red+Green+Blue) = 5+98+27=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 98 (38.67% from 255 or 75.38% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 98 - color contains mainly: green. Hex color #05621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05621B is #FA9DE4. Grayscale: #3E3E3E. Windows color (decimal): -16424421 or 1794565. OLE color: 1794565.

HSL color Cylindrical-coordinate representation of color #05621B: hue angle of 134.19º 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 #05621B is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 98 27 -
CMYK 0.95 0 0.72 0.62
HSL 134.19º 0.9% 0.2% -
HSV(B) 134.19º 0.95% 0.38% -
XYZ 4.63 8.85 2.5 -
YUV 62.1 108.19 87.27 -
System Red Green Blue C M Y K H S L
Decimal 5 98 27 0.95 0 0.72 0.62 134.19 0.9 0.2
Hex 5 62 1B 5F 0 48 3E 86 5A 14
Octal 5 142 33 137 0 110 76 206 132 24
Binary 101 1100010 11011 1011111 0 1001000 111110 10000110 1011010 10100

Color Harmonies of #05621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05621B

Black with #05621B

Text Example


Text Example

White with #05621B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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