Html Css Color HEX #3A604C Plantation

📋 copy color: '#3A604C'

red 58 ◦ green 96 ◦ blue 76

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

Shades of Plantation #3A604C

Tints of Plantation #3A604C

RGB

 RED value IS 58 (23.05% from 255) = 25.22%

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

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 25.22%
G = 41.74%
B = 33.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#3A604C (or 0x3A604C) is known color: Plantation. HEX triplet: 3A, 60 and 4C. RGB value is (58,96,76). Sum of RGB (Red+Green+Blue) = 58+96+76=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #3A604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A604C is #C59FB3. Grayscale: #525252. Windows color (decimal): -12951476 or 5005370. OLE color: 5005370.

HSL color Cylindrical-coordinate representation of color #3A604C: hue angle of 148.42º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A604C is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 58 96 76 -
CMYK 0.40 0 0.21 0.62
HSL 148.42º 0.25% 0.3% -
HSV(B) 148.42º 0.4% 0.38% -
XYZ 7.23 9.79 8.35 -
YUV 82.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 58 96 76 0.40 0 0.21 0.62 148.42 0.25 0.3
Hex 3A 60 4C 28 0 15 3E 94 19 1E
Octal 72 140 114 50 0 25 76 224 31 36
Binary 111010 1100000 1001100 101000 0 10101 111110 10010100 11001 11110

Color Harmonies of #3A604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A604C

Black with #3A604C

Text Example


Text Example

White with #3A604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A604C; }

 p { color: rgb(58,96,76); }

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

background-color css

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

 a { background-color: rgb(58,96,76); }

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

border-color css

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

 span { border-color: rgb(58,96,76); }

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