Html Css Color HEX #38604A Plantation

📋 copy color: '#38604A'

red 56 ◦ green 96 ◦ blue 74

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

Shades of Plantation #38604A

Tints of Plantation #38604A

RGB

 RED value IS 56 (22.27% from 255) = 24.78%

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

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 24.78%
G = 42.48%
B = 32.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#38604A (or 0x38604A) is known color: Plantation. HEX triplet: 38, 60 and 4A. RGB value is (56,96,74). Sum of RGB (Red+Green+Blue) = 56+96+74=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #38604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38604A is #C79FB5. Grayscale: #515151. Windows color (decimal): -13082550 or 4874296. OLE color: 4874296.

HSL color Cylindrical-coordinate representation of color #38604A: hue angle of 147º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38604A is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 74 -
CMYK 0.42 0 0.23 0.62
HSL 147º 0.26% 0.3% -
HSV(B) 147º 0.42% 0.38% -
XYZ 7.05 9.7 7.98 -
YUV 81.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 56 96 74 0.42 0 0.23 0.62 147 0.26 0.3
Hex 38 60 4A 2A 0 17 3E 93 1A 1E
Octal 70 140 112 52 0 27 76 223 32 36
Binary 111000 1100000 1001010 101010 0 10111 111110 10010011 11010 11110

Color Harmonies of #38604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38604A

Black with #38604A

Text Example


Text Example

White with #38604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38604A; }

 p { color: rgb(56,96,74); }

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

background-color css

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

 a { background-color: rgb(56,96,74); }

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

border-color css

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

 span { border-color: rgb(56,96,74); }

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