Html Css Color HEX #075831 Crusoe

📋 copy color: '#075831'

red 7 ◦ green 88 ◦ blue 49

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

Shades of Crusoe #075831

Tints of Crusoe #075831

RGB

 RED value IS 7 (3.13% from 255) = 4.86%

 GREEN value IS 88 (34.77% from 255) = 61.11%

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 4.86%
G = 61.11%
B = 34.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

#075831 (or 0x075831) is known color: Crusoe. HEX triplet: 07, 58 and 31. RGB value is (7,88,49). Sum of RGB (Red+Green+Blue) = 7+88+49=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 88 (34.77% from 255 or 61.11% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 88 - color contains mainly: green. Hex color #075831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075831 is #F8A7CE. Grayscale: #3B3B3B. Windows color (decimal): -16295887 or 3233799. OLE color: 3233799.

HSL color Cylindrical-coordinate representation of color #075831: hue angle of 151.11º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075831 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 88 49 -
CMYK 0.92 0 0.44 0.65
HSL 151.11º 0.85% 0.19% -
HSV(B) 151.11º 0.92% 0.35% -
XYZ 4.13 7.25 4.09 -
YUV 59.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 7 88 49 0.92 0 0.44 0.65 151.11 0.85 0.19
Hex 7 58 31 5C 0 2C 41 97 55 13
Octal 7 130 61 134 0 54 101 227 125 23
Binary 111 1011000 110001 1011100 0 101100 1000001 10010111 1010101 10011

Color Harmonies of #075831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075831

Black with #075831

Text Example


Text Example

White with #075831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075831; }

 p { color: rgb(7,88,49); }

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

background-color css

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

 a { background-color: rgb(7,88,49); }

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

border-color css

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

 span { border-color: rgb(7,88,49); }

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