Html Css Color HEX #12651B Crusoe

📋 copy color: '#12651B'

red 18 ◦ green 101 ◦ blue 27

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

Shades of Crusoe #12651B

Tints of Crusoe #12651B

RGB

 RED value IS 18 (7.42% from 255) = 12.33%

 GREEN value IS 101 (39.84% from 255) = 69.18%

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

R = 12.33%
G = 69.18%
B = 18.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#12651B (or 0x12651B) is known color: Crusoe. HEX triplet: 12, 65 and 1B. RGB value is (18,101,27). Sum of RGB (Red+Green+Blue) = 18+101+27=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #12651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12651B is #ED9AE4. Grayscale: #434343. Windows color (decimal): -15571685 or 1795346. OLE color: 1795346.

HSL color Cylindrical-coordinate representation of color #12651B: hue angle of 126.51º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12651B is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 27 -
CMYK 0.82 0 0.73 0.60
HSL 126.51º 0.7% 0.23% -
HSV(B) 126.51º 0.82% 0.4% -
XYZ 5.1 9.52 2.6 -
YUV 67.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 18 101 27 0.82 0 0.73 0.60 126.51 0.7 0.23
Hex 12 65 1B 52 0 49 3C 7F 46 17
Octal 22 145 33 122 0 111 74 177 106 27
Binary 10010 1100101 11011 1010010 0 1001001 111100 1111111 1000110 10111

Color Harmonies of #12651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12651B

Black with #12651B

Text Example


Text Example

White with #12651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12651B; }

 p { color: rgb(18,101,27); }

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

background-color css

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

 a { background-color: rgb(18,101,27); }

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

border-color css

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

 span { border-color: rgb(18,101,27); }

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