Html Css Color HEX #07532F Crusoe

📋 copy color: '#07532F'

red 7 ◦ green 83 ◦ blue 47

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

Shades of Crusoe #07532F

Tints of Crusoe #07532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 60.58%

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

R = 5.11%
G = 60.58%
B = 34.31%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#07532F (or 0x07532F) is known color: Crusoe. HEX triplet: 07, 53 and 2F. RGB value is (7,83,47). Sum of RGB (Red+Green+Blue) = 7+83+47=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #07532F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07532F is #F8ACD0. Grayscale: #383838. Windows color (decimal): -16297169 or 3101447. OLE color: 3101447.

HSL color Cylindrical-coordinate representation of color #07532F: hue angle of 151.58º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07532F is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 83 47 -
CMYK 0.92 0 0.43 0.67
HSL 151.58º 0.84% 0.18% -
HSV(B) 151.58º 0.92% 0.33% -
XYZ 3.69 6.44 3.74 -
YUV 56.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 7 83 47 0.92 0 0.43 0.67 151.58 0.84 0.18
Hex 7 53 2F 5C 0 2B 43 98 54 12
Octal 7 123 57 134 0 53 103 230 124 22
Binary 111 1010011 101111 1011100 0 101011 1000011 10011000 1010100 10010

Color Harmonies of #07532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07532F

Black with #07532F

Text Example


Text Example

White with #07532F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,83,47); }

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

background-color css

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

 a { background-color: rgb(7,83,47); }

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

border-color css

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

 span { border-color: rgb(7,83,47); }

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