Html Css Color HEX #065C1B Crusoe

📋 copy color: '#065C1B'

red 6 ◦ green 92 ◦ blue 27

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

Shades of Crusoe #065C1B

Tints of Crusoe #065C1B

RGB

 RED value IS 6 (2.73% from 255) = 4.8%

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

 BLUE value IS 27 (10.94% from 255) = 21.6%

R = 4.8%
G = 73.6%
B = 21.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#065C1B (or 0x065C1B) is known color: Crusoe. HEX triplet: 06, 5C and 1B. RGB value is (6,92,27). Sum of RGB (Red+Green+Blue) = 6+92+27=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 92 (36.33% from 255 or 73.6% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 92 - color contains mainly: green. Hex color #065C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065C1B is #F9A3E4. Grayscale: #3B3B3B. Windows color (decimal): -16360421 or 1793030. OLE color: 1793030.

HSL color Cylindrical-coordinate representation of color #065C1B: hue angle of 134.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065C1B is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 27 -
CMYK 0.93 0 0.71 0.64
HSL 134.65º 0.88% 0.19% -
HSV(B) 134.65º 0.93% 0.36% -
XYZ 4.1 7.77 2.32 -
YUV 58.88 110.01 90.29 -
System Red Green Blue C M Y K H S L
Decimal 6 92 27 0.93 0 0.71 0.64 134.65 0.88 0.19
Hex 6 5C 1B 5D 0 47 40 87 58 13
Octal 6 134 33 135 0 107 100 207 130 23
Binary 110 1011100 11011 1011101 0 1000111 1000000 10000111 1011000 10011

Color Harmonies of #065C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C1B

Black with #065C1B

Text Example


Text Example

White with #065C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C1B; }

 p { color: rgb(6,92,27); }

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

background-color css

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

 a { background-color: rgb(6,92,27); }

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

border-color css

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

 span { border-color: rgb(6,92,27); }

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