Html Css Color HEX #384123 Turtle Green

📋 copy color: '#384123'

red 56 ◦ green 65 ◦ blue 35

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

Shades of Turtle Green #384123

Tints of Turtle Green #384123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 35.9%
G = 41.67%
B = 22.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#384123 (or 0x384123) is known color: Turtle Green. HEX triplet: 38, 41 and 23. RGB value is (56,65,35). Sum of RGB (Red+Green+Blue) = 56+65+35=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 65 - color contains mainly: green. Hex color #384123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384123 is #C7BEDC. Grayscale: #3B3B3B. Windows color (decimal): -13090525 or 2310456. OLE color: 2310456.

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

Color convert

RGB 56 65 35 -
CMYK 0.14 0 0.46 0.75
HSL 78º 0.3% 0.2% -
HSV(B) 78º 0.46% 0.25% -
XYZ 3.82 4.74 2.3 -
YUV 58.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 56 65 35 0.14 0 0.46 0.75 78 0.3 0.2
Hex 38 41 23 E 0 2E 4B 4E 1E 14
Octal 70 101 43 16 0 56 113 116 36 24
Binary 111000 1000001 100011 1110 0 101110 1001011 1001110 11110 10100

Color Harmonies of #384123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384123

Black with #384123

Text Example


Text Example

White with #384123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384123; }

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

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

background-color css

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

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

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

border-color css

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

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

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