Html Css Color HEX #007323 Crusoe

📋 copy color: '#007323'

red 0 ◦ green 115 ◦ blue 35

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

Shades of Crusoe #007323

Tints of Crusoe #007323

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 115 (45.31% from 255) = 76.67%

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 0%
G = 76.67%
B = 23.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#007323 (or 0x007323) is known color: Crusoe. HEX triplet: 00, 73 and 23. RGB value is (0,115,35). Sum of RGB (Red+Green+Blue) = 0+115+35=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 115 (45.31% from 255 or 76.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 115 - color contains mainly: green. Hex color #007323 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007323 is #FF8CDC. Grayscale: #474747. Windows color (decimal): -16747741 or 2323200. OLE color: 2323200.

HSL color Cylindrical-coordinate representation of color #007323: hue angle of 138.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007323 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 115 35 -
CMYK 1 0 0.70 0.55
HSL 138.26º 1% 0.23% -
HSV(B) 138.26º 1% 0.45% -
XYZ 6.43 12.38 3.64 -
YUV 71.5 107.4 77 -
System Red Green Blue C M Y K H S L
Decimal 0 115 35 1 0 0.70 0.55 138.26 1 0.23
Hex 0 73 23 64 0 46 37 8A 64 17
Octal 0 163 43 144 0 106 67 212 144 27
Binary 0 1110011 100011 1100100 0 1000110 110111 10001010 1100100 10111

Color Harmonies of #007323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007323

Black with #007323

Text Example


Text Example

White with #007323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007323; }

 p { color: rgb(0,115,35); }

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

background-color css

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

 a { background-color: rgb(0,115,35); }

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

border-color css

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

 span { border-color: rgb(0,115,35); }

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