Html Css Color HEX #38410C Turtle Green

📋 copy color: '#38410C'

red 56 ◦ green 65 ◦ blue 12

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

Shades of Turtle Green #38410C

Tints of Turtle Green #38410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 42.11%
G = 48.87%
B = 9.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#38410C (or 0x38410C) is known color: Turtle Green. HEX triplet: 38, 41 and 0C. RGB value is (56,65,12). Sum of RGB (Red+Green+Blue) = 56+65+12=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #38410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38410C is #C7BEF3. Grayscale: #383838. Windows color (decimal): -13090548 or 803128. OLE color: 803128.

HSL color Cylindrical-coordinate representation of color #38410C: hue angle of 70.19º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38410C is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 12 -
CMYK 0.14 0 0.82 0.75
HSL 70.19º 0.69% 0.15% -
HSV(B) 70.19º 0.82% 0.25% -
XYZ 3.59 4.65 1.06 -
YUV 56.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 56 65 12 0.14 0 0.82 0.75 70.19 0.69 0.15
Hex 38 41 C E 0 52 4B 46 45 F
Octal 70 101 14 16 0 122 113 106 105 17
Binary 111000 1000001 1100 1110 0 1010010 1001011 1000110 1000101 1111

Color Harmonies of #38410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38410C

Black with #38410C

Text Example


Text Example

White with #38410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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