Html Css Color HEX #006023 Crusoe

📋 copy color: '#006023'

red 0 ◦ green 96 ◦ blue 35

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

Shades of Crusoe #006023

Tints of Crusoe #006023

RGB

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

 GREEN value IS 96 (37.89% from 255) = 73.28%

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

R = 0%
G = 73.28%
B = 26.72%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#006023 (or 0x006023) is known color: Crusoe. HEX triplet: 00, 60 and 23. RGB value is (0,96,35). Sum of RGB (Red+Green+Blue) = 0+96+35=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 96 (37.89% from 255 or 73.28% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 96 - color contains mainly: green. Hex color #006023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006023 is #FF9FDC. Grayscale: #3C3C3C. Windows color (decimal): -16752605 or 2318336. OLE color: 2318336.

HSL color Cylindrical-coordinate representation of color #006023: hue angle of 141.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006023 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 96 35 -
CMYK 1 0 0.64 0.62
HSL 141.88º 1% 0.19% -
HSV(B) 141.88º 1% 0.38% -
XYZ 4.49 8.49 2.99 -
YUV 60.34 113.7 84.96 -
System Red Green Blue C M Y K H S L
Decimal 0 96 35 1 0 0.64 0.62 141.88 1 0.19
Hex 0 60 23 64 0 40 3E 8E 64 13
Octal 0 140 43 144 0 100 76 216 144 23
Binary 0 1100000 100011 1100100 0 1000000 111110 10001110 1100100 10011

Color Harmonies of #006023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006023

Black with #006023

Text Example


Text Example

White with #006023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006023; }

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

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

background-color css

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

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

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

border-color css

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

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

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