Html Css Color HEX #075C31 Crusoe

📋 copy color: '#075C31'

red 7 ◦ green 92 ◦ blue 49

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

Shades of Crusoe #075C31

Tints of Crusoe #075C31

RGB

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

 GREEN value IS 92 (36.33% from 255) = 62.16%

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

R = 4.73%
G = 62.16%
B = 33.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#075C31 (or 0x075C31) is known color: Crusoe. HEX triplet: 07, 5C and 31. RGB value is (7,92,49). Sum of RGB (Red+Green+Blue) = 7+92+49=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 92 (36.33% from 255 or 62.16% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 92 - color contains mainly: green. Hex color #075C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #075C31 is #F8A3CE. Grayscale: #3D3D3D. Windows color (decimal): -16294863 or 3234823. OLE color: 3234823.

HSL color Cylindrical-coordinate representation of color #075C31: hue angle of 149.65º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075C31 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 7 92 49 -
CMYK 0.92 0 0.47 0.64
HSL 149.65º 0.86% 0.19% -
HSV(B) 149.65º 0.92% 0.36% -
XYZ 4.47 7.92 4.2 -
YUV 61.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 7 92 49 0.92 0 0.47 0.64 149.65 0.86 0.19
Hex 7 5C 31 5C 0 2F 40 96 56 13
Octal 7 134 61 134 0 57 100 226 126 23
Binary 111 1011100 110001 1011100 0 101111 1000000 10010110 1010110 10011

Color Harmonies of #075C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075C31

Black with #075C31

Text Example


Text Example

White with #075C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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