Html Css Color HEX #384121 Turtle Green

📋 copy color: '#384121'

red 56 ◦ green 65 ◦ blue 33

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

Shades of Turtle Green #384121

Tints of Turtle Green #384121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.43%

R = 36.36%
G = 42.21%
B = 21.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#384121 (or 0x384121) is known color: Turtle Green. HEX triplet: 38, 41 and 21. RGB value is (56,65,33). Sum of RGB (Red+Green+Blue) = 56+65+33=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #384121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384121 is #C7BEDE. Grayscale: #3A3A3A. Windows color (decimal): -13090527 or 2179384. OLE color: 2179384.

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

Color convert

RGB 56 65 33 -
CMYK 0.14 0 0.49 0.75
HSL 76.88º 0.33% 0.19% -
HSV(B) 76.88º 0.49% 0.25% -
XYZ 3.8 4.73 2.15 -
YUV 58.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 56 65 33 0.14 0 0.49 0.75 76.88 0.33 0.19
Hex 38 41 21 E 0 31 4B 4D 21 13
Octal 70 101 41 16 0 61 113 115 41 23
Binary 111000 1000001 100001 1110 0 110001 1001011 1001101 100001 10011

Color Harmonies of #384121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384121

Black with #384121

Text Example


Text Example

White with #384121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384121; }

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

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

background-color css

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

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

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

border-color css

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

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

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