Html Css Color HEX #05632F Crusoe

📋 copy color: '#05632F'

red 5 ◦ green 99 ◦ blue 47

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

Shades of Crusoe #05632F

Tints of Crusoe #05632F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 31.13%

R = 3.31%
G = 65.56%
B = 31.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#05632F (or 0x05632F) is known color: Crusoe. HEX triplet: 05, 63 and 2F. RGB value is (5,99,47). Sum of RGB (Red+Green+Blue) = 5+99+47=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 99 (39.06% from 255 or 65.56% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 99 - color contains mainly: green. Hex color #05632F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05632F is #FA9CD0. Grayscale: #414141. Windows color (decimal): -16424145 or 3105541. OLE color: 3105541.

HSL color Cylindrical-coordinate representation of color #05632F: hue angle of 146.81º 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 #05632F is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 99 47 -
CMYK 0.95 0 0.53 0.61
HSL 146.81º 0.9% 0.2% -
HSV(B) 146.81º 0.95% 0.39% -
XYZ 5.04 9.16 4.19 -
YUV 64.97 117.86 85.23 -
System Red Green Blue C M Y K H S L
Decimal 5 99 47 0.95 0 0.53 0.61 146.81 0.9 0.2
Hex 5 63 2F 5F 0 35 3D 93 5A 14
Octal 5 143 57 137 0 65 75 223 132 24
Binary 101 1100011 101111 1011111 0 110101 111101 10010011 1011010 10100

Color Harmonies of #05632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05632F

Black with #05632F

Text Example


Text Example

White with #05632F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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