Html Css Color HEX #384124 Turtle Green

📋 copy color: '#384124'

red 56 ◦ green 65 ◦ blue 36

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

Shades of Turtle Green #384124

Tints of Turtle Green #384124

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.4%

 BLUE value IS 36 (14.45% from 255) = 22.93%

R = 35.67%
G = 41.4%
B = 22.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#384124 (or 0x384124) is known color: Turtle Green. HEX triplet: 38, 41 and 24. RGB value is (56,65,36). Sum of RGB (Red+Green+Blue) = 56+65+36=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #384124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384124 is #C7BEDB. Grayscale: #3B3B3B. Windows color (decimal): -13090524 or 2375992. OLE color: 2375992.

HSL color Cylindrical-coordinate representation of color #384124: hue angle of 78.62º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #384124 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 36 -
CMYK 0.14 0 0.45 0.75
HSL 78.62º 0.29% 0.2% -
HSV(B) 78.62º 0.45% 0.25% -
XYZ 3.84 4.75 2.38 -
YUV 59 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 56 65 36 0.14 0 0.45 0.75 78.62 0.29 0.2
Hex 38 41 24 E 0 2D 4B 4F 1D 14
Octal 70 101 44 16 0 55 113 117 35 24
Binary 111000 1000001 100100 1110 0 101101 1001011 1001111 11101 10100

Color Harmonies of #384124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384124

Black with #384124

Text Example


Text Example

White with #384124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384124; }

 p { color: rgb(56,65,36); }

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

background-color css

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

 a { background-color: rgb(56,65,36); }

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

border-color css

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

 span { border-color: rgb(56,65,36); }

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