Html Css Color HEX #056130 Crusoe

📋 copy color: '#056130'

red 5 ◦ green 97 ◦ blue 48

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

Shades of Crusoe #056130

Tints of Crusoe #056130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 64.67%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 3.33%
G = 64.67%
B = 32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#056130 (or 0x056130) is known color: Crusoe. HEX triplet: 05, 61 and 30. RGB value is (5,97,48). Sum of RGB (Red+Green+Blue) = 5+97+48=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #056130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056130 is #FA9ECF. Grayscale: #404040. Windows color (decimal): -16424656 or 3170565. OLE color: 3170565.

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

Color convert

RGB 5 97 48 -
CMYK 0.95 0 0.51 0.62
HSL 148.04º 0.9% 0.2% -
HSV(B) 148.04º 0.95% 0.38% -
XYZ 4.87 8.8 4.24 -
YUV 63.91 119.02 85.98 -
System Red Green Blue C M Y K H S L
Decimal 5 97 48 0.95 0 0.51 0.62 148.04 0.9 0.2
Hex 5 61 30 5F 0 33 3E 94 5A 14
Octal 5 141 60 137 0 63 76 224 132 24
Binary 101 1100001 110000 1011111 0 110011 111110 10010100 1011010 10100

Color Harmonies of #056130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056130

Black with #056130

Text Example


Text Example

White with #056130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056130; }

 p { color: rgb(5,97,48); }

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

background-color css

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

 a { background-color: rgb(5,97,48); }

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

border-color css

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

 span { border-color: rgb(5,97,48); }

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